home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / examples / asl / main.mli < prev    next >
Encoding:
Text File  |  1995-06-01  |  191 b   |  9 lines  |  [TEXT/MPS ]

  1. (* $Id: main.mli,v 1.3 1994/11/10 09:57:22 xleroy Exp $ *)
  2.  
  3. value read_fun : unit -> char;;
  4. value go : unit -> unit;;
  5. value input_stream : in_channel ref;;
  6. value trace_parsing : bool ref;;
  7.  
  8.  
  9.